DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing.Search Namespace / IIndexScanner<T,TKey> Interface / Keys Method
Specifies the order of the key values to sort the result.

In This Topic
    Keys Method (IIndexScanner<T,TKey>)
    In This Topic
    Gets distinct key values in all items of this collection.
    Syntax
    'Declaration
     
    Function Keys( _
       ByVal order As Order _
    ) As IEnumerable(Of TKey)
    IEnumerable<TKey> Keys( 
       Order order
    )

    Parameters

    order
    Specifies the order of the key values to sort the result.

    Return Value

    All distinct key values contained in the items of the collection in the specified order.
    See Also